home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Night Owl 9
/
Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO
/
015a
/
vmix285.zip
/
VMIX.INI
< prev
next >
Wrap
INI File
|
1993-05-05
|
4KB
|
79 lines
;--- VMiX.INI SAMPLE CONFIGURATION FILE (Ver 2.85)
;--- This file is optional and, if found, it will be processed by VM_BOOT.EXE
;--- (everything after an ';' is a comment)
;
[access passwords]
;----------------- sample access passwords
;
;--- The first time (and everytime) that the Section [access passwords]
;--- is found, the original VMiX.INI file is copied to VMiX.BAK and all
;--- access pswds are encrypted and the name of this Section changed to
;--- [encrypt passwords]. Remove the unencrypted file VMiX.BAK, so that
;--- the original passwords remain secret to all other users.
guest
superuser
password
[remote startup]
;----------------- Starts an automatic login shell or user program
;----------------- when a COMM port line is answered for remote callers.
;
;--- The [remote startup] Section for user logins is ONLY processed,
;--- when VSETUP.EXE is given as an argument to the 'set remote -l' command
;----------------- set remote -l2 vsetup
;--- or
;----------------- set remote -l1 c:\vmix\vsetup.exe
;
;----------------- The command line you give here, will be invoked
;----------------- for all incomming COMM port calls or direct connects,
;----------------- after you issue the command 'set remote -l???? vsetup.exe',
;----------------- where ???? is the COMM port channel (1 - 4).
;----------------- If the above command is in effect, when a COMM port
;----------------- login attempt is detected, VSETUP.EXE will be executed.
;----------------- VSETUP first validates the input user password with
;----------------- the valid encoded passwords in VMiX.INI. After
;----------------- validation, VSETUP.EXE will pass control to the VMiX
;----------------- command line given below. Only one line allowed, but
;----------------- multiple commands/programs can be entered, separated
;----------------- by a '/' delimiter.
;
;----------------- 'set remote -l????' by itself, without VSETUP.EXE
;----------------- restores the default VMiX shell (where access
;----------------- passwords are not checked).
rshell ;replace with your own user program or batch file
[startup]
;----------------- All single or multi-command lines you give here, will
;----------------- be executed during VMiX startup.
;
;----------------- This method is an alternative to giving all your
;----------------- configuration commands in a long vm_boot command line.
;----------------- If you have both a VMiX.INI and startup commands at the
;----------------- command line, the .INI will execute first followed by
;----------------- the command line commands!
;
;----------------- It is better to use a single line per 'dosjob' command.
;----------------- For other commands, concatenate as many as possible on
;----------------- a single line.
;----------------- (each line is processed by a different VMiX process).
;----------------- Once a 'dosjob', 'spawn', or 'loadup' command is
;----------------- encountered on a line, all commands after it are processed
;----------------- by the new 'dosjob', 'spawn' or 'loadup' task.
;set re -x/set vi -s/set sys -c ;UNCOMMENT THESE 2 LINES FOR MENU START
;do -W /set process -d5/vw ;UNCOMMENT THESE 2 LINES FOR MENU START
;set remote -l1 vsetup/set baud -c1 2400 ;UNCOMMENT THIS LINE FOR COM1 USER
;set remote -l2 vsetup/set baud -c2 2400 ;UNCOMMENT THIS LINE FOR COM2 USER
;UNCOMMENT THE LINE BELOW TO ALLOW USER LOGINS AT ALL COMM PORTS 1/2/3/4
;se re -l1 vsetup/se re -a/se ba -c1 24/se ba -c2 24/se ba -c3 24/se ba -c4 24
;se re -x/se re -i ;UNCOMMENT THIS LINE TO RUN COMM PROGRAMS
; ;WITHOUT INTERFERANCE FROM VMiX POLLING
;do /set process -d5/dir c:\ ;JUST A dir TEST WITH 5sec. DELAY
;loadup vm_boot ;UNCOMMENT THIS LINE TO LOAD VMiX HIGH
;loadup vm_b ;OR UNCOMMENT THIS LINE for the Small Ver.
; ;THEN, START VMiX WITH: vm_boot ems=ffff
; ; OR: vm_b ems=ffff